Fix typo in doc for YYYYMMDD_TIME.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 6 Jun 2005 19:19:37 +0000 (19:19 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Mon, 6 Jun 2005 19:19:37 +0000 (19:19 +0000)
gpsbabel/style/README.style

index bbd30e6374202d95a716318051dae886150b788e..9ee7a538a5abcd44140c15cb8a2999853f0512a1 100644 (file)
@@ -343,7 +343,7 @@ The fields used by the XCSV parser are as follows:
    example: IFIELD TIMET_TIME,"","%ld"
 
  o YYYYMMDD_TIME
-   TIMET_TIME is the waypoint's creation time, if any.  It's a single
+   YYYYMMDD_TIME is the waypoint's creation time, if any.  It's a single
    decimal field containing four digits of year, two digits of month, 
    and two digits of date.   Internally it is a LONG INTEGER and thus
    requires a LONG INTEGER printf conversion.